Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

only subscribe if actions are available #403

Merged
merged 6 commits into from
Jan 28, 2025

Conversation

leon1995
Copy link
Member

@leon1995 leon1995 commented Nov 22, 2024

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have updated the changelog accordingly.
  • I have added tests to cover my changes.

@leon1995 leon1995 added the v1 Version 1 is affected label Nov 22, 2024
@leon1995 leon1995 self-assigned this Nov 22, 2024
@leon1995 leon1995 linked an issue Nov 22, 2024 that may be closed by this pull request
2 tasks
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.15%. Comparing base (c3e989a) to head (e1e0590).
Report is 1 commits behind head on v1.x.y.

Additional details and impacted files
@@            Coverage Diff             @@
##           v1.x.y     #403      +/-   ##
==========================================
+ Coverage   86.11%   86.15%   +0.03%     
==========================================
  Files          65       65              
  Lines       11986    11988       +2     
==========================================
+ Hits        10322    10328       +6     
+ Misses       1664     1660       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@leon1995 leon1995 merged commit a2d4648 into Draegerwerk:v1.x.y Jan 28, 2025
27 checks passed
@leon1995 leon1995 deleted the fix/subscribe-to-empty-actions branch January 28, 2025 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1 Version 1 is affected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: consumer tries to subscribe even if there are no actions to subscribe to
2 participants